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

Unified Diff: bench/nanobenchAndroid.h

Issue 1407053009: Simplify linkages to Android framework internals (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: One gyp file is much like another Created 5 years, 2 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 | bench/nanobenchAndroid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/nanobenchAndroid.h
diff --git a/bench/nanobenchAndroid.h b/bench/nanobenchAndroid.h
index 16a81cfe5e6433af9c6a0069fcc4d80038130318..ef28751acaeb6fc2d8fae81bb577d6420ac07949 100644
--- a/bench/nanobenchAndroid.h
+++ b/bench/nanobenchAndroid.h
@@ -9,14 +9,14 @@
#define nanobenchAndroid_DEFINED
#include "SkAndroidSDKCanvas.h"
-#include "SkHwuiRenderer.h"
+#include <utils/TestWindowContext.h>
#include "nanobench.h"
struct HWUITarget : public Target {
explicit HWUITarget(const Config& c, Benchmark* bench);
- SkHwuiRenderer renderer;
+ android::uirenderer::TestWindowContext renderer;
SkAndroidSDKCanvas fc;
void setup() override;
« no previous file with comments | « no previous file | bench/nanobenchAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698