commit | 6509662adb12a506f3d584630f78d0edc9a62922 | [log] [tgz] |
---|---|---|
author | Andrei Popescu <andreip@google.com> | Tue Mar 09 10:06:23 2010 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Mar 09 10:06:23 2010 -0800 |
tree | 5f7ba0cbab544e0f1df9d4d3c38f20f101991c34 | |
parent | 1898a9dbc9bc7acbd9d39f6bca407862c4aadbad [diff] | |
parent | 0409857f8ff1b140733537db4bf56ccc663318e7 [diff] |
Merge "Make sure access to WebView::mWebViewCore is synchronized."
diff --git a/core/jni/android/graphics/Graphics.cpp b/core/jni/android/graphics/Graphics.cpp index 01aad938..5659ba2 100644 --- a/core/jni/android/graphics/Graphics.cpp +++ b/core/jni/android/graphics/Graphics.cpp
@@ -1,3 +1,5 @@ +#define LOG_TAG "GraphicsJNI" + #include "jni.h" #include "GraphicsJNI.h" #include "NIOBuffer.h"