diff options
author | John Reck <jreck@google.com> | 2018-11-29 23:23:00 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-11-29 23:23:00 +0000 |
commit | f0732618f06c249eeb089875ddf77e606d9d4449 (patch) | |
tree | 57b5b2b6c14bfebe8d22589ee22abb690ae95229 /libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp | |
parent | ece2c9497dbeedd23a9984265dae1b99cf2779ea (diff) | |
parent | 650bd9a7b35139354916d2522b59cc57eb5fddc3 (diff) |
Merge "Make HWUI's surface Reliable^TM"
Diffstat (limited to 'libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp')
-rw-r--r-- | libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp b/libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp index 142bca95e598..07979a22c988 100644 --- a/libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp +++ b/libs/hwui/pipeline/skia/SkiaOpenGLPipeline.cpp @@ -155,7 +155,7 @@ void SkiaOpenGLPipeline::onStop() { } } -bool SkiaOpenGLPipeline::setSurface(Surface* surface, SwapBehavior swapBehavior, +bool SkiaOpenGLPipeline::setSurface(ANativeWindow* surface, SwapBehavior swapBehavior, ColorMode colorMode) { if (mEglSurface != EGL_NO_SURFACE) { mEglManager.destroySurface(mEglSurface); |