Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: src/utils/android/SkHwuiRenderer.h

Issue 1086083004: Support HWUI rename of DisplayListRenderer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/utils/android/SkHwuiRenderer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/android/SkHwuiRenderer.h
diff --git a/src/utils/android/SkHwuiRenderer.h b/src/utils/android/SkHwuiRenderer.h
index 2e1ce4ebe83d4762712153fae192688afbccb3fb..0a2762a34039997cc0b4522b6f45d6df223a5758 100644
--- a/src/utils/android/SkHwuiRenderer.h
+++ b/src/utils/android/SkHwuiRenderer.h
@@ -8,7 +8,7 @@
#ifndef SkHwuiRenderer_DEFINED
#define SkHwuiRenderer_DEFINED
-#include "DisplayListRenderer.h"
+#include "DisplayListCanvas.h"
#include "RenderNode.h"
#include "SkTypes.h"
#include "gui/CpuConsumer.h"
@@ -22,7 +22,7 @@ class SkBitmap;
struct SkHwuiRenderer {
SkAutoTDelete<android::uirenderer::RenderNode> rootNode;
SkAutoTDelete<android::uirenderer::renderthread::RenderProxy> proxy;
- SkAutoTDelete<android::uirenderer::DisplayListRenderer> renderer;
+ SkAutoTDelete<android::uirenderer::DisplayListCanvas> canvas;
android::sp<android::IGraphicBufferProducer> producer;
android::sp<android::IGraphicBufferConsumer> consumer;
android::sp<android::CpuConsumer> cpuConsumer;
« no previous file with comments | « no previous file | src/utils/android/SkHwuiRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698