diff options
author | Derek Sollenberger <djsollen@google.com> | 2019-08-14 15:50:59 -0400 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2019-09-10 14:50:02 -0400 |
commit | 9ca5bbe39f54547dbe585c39459208719a9728b4 (patch) | |
tree | 945a0e0a7e58c128d31619e5034a9e104ca06766 /libs/input/PointerController.cpp | |
parent | 00f6e5d22db205765eeadbe6500f3f5500fb3d6a (diff) |
Create C API for accessing android.graphics.Bitmap in native code.
Restrict access to SkBitmap for libandroid_runtime.so to be only within
the boundaries of the graphics module.
Test: CtsUiRenderingTestCases
Bug: 137655431
Change-Id: I4d0ea227e91d22068966513c4e3a55021b9e924f
Diffstat (limited to 'libs/input/PointerController.cpp')
-rw-r--r-- | libs/input/PointerController.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/input/PointerController.cpp b/libs/input/PointerController.cpp index abf083789c23..e4348f2a9b21 100644 --- a/libs/input/PointerController.cpp +++ b/libs/input/PointerController.cpp @@ -24,12 +24,6 @@ #include <log/log.h> -#include <SkBitmap.h> -#include <SkCanvas.h> -#include <SkColor.h> -#include <SkPaint.h> -#include <SkBlendMode.h> - namespace android { // --- WeakLooperCallback --- |