diff options
author | Dan Willemsen <dwillemsen@google.com> | 2018-11-19 11:09:45 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-11-19 11:09:45 -0800 |
commit | f1c1db01533c7d83284ab61040117f6203339f0d (patch) | |
tree | 91a1dc0e20014f6dd9ceece8267c33664b63e0c4 /native/webview/plat_support/graphics_utils.cpp | |
parent | 0db8a96a7c38316d7890e3da59ce028824cb74d0 (diff) | |
parent | e9db0313a3878f243e7453bf470eeaf6abf02bb7 (diff) |
Merge "Convert libwebviewchromium_plat_support to Android.bp" am: 1feeeba433
am: e9db0313a3
Change-Id: I41744a45ab7e749737def35bf9f260020236d70f
Diffstat (limited to 'native/webview/plat_support/graphics_utils.cpp')
-rw-r--r-- | native/webview/plat_support/graphics_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/webview/plat_support/graphics_utils.cpp b/native/webview/plat_support/graphics_utils.cpp index 89beb754b52c..56825cee4520 100644 --- a/native/webview/plat_support/graphics_utils.cpp +++ b/native/webview/plat_support/graphics_utils.cpp @@ -25,8 +25,8 @@ #include <cstdlib> #include <jni.h> #include <utils/Log.h> +#include "android/graphics/GraphicsJNI.h" #include "graphic_buffer_impl.h" -#include "GraphicsJNI.h" #include "SkCanvasStateUtils.h" #include "SkGraphics.h" #include "SkPicture.h" |