diff options
author | Dan Willemsen <dwillemsen@google.com> | 2018-11-19 11:00:24 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-11-19 11:00:24 -0800 |
commit | e9db0313a3878f243e7453bf470eeaf6abf02bb7 (patch) | |
tree | a3ce57d8d64f46669d6126e9b3126664736a4796 /native/webview/plat_support/graphics_utils.cpp | |
parent | 1c4a2b36a0dee60fcf34694c80b4a6a25bbc1c04 (diff) | |
parent | 1feeeba4338b3c19e9e08b16777aac0b921ae47d (diff) |
Merge "Convert libwebviewchromium_plat_support to Android.bp"
am: 1feeeba433
Change-Id: Ie1d1747dab1dcf6e8d4ed9a538f6f9bad1208b2a
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" |