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

Unified Diff: cc/test/pixel_test.h

Issue 2034583002: Initialize the Display's renderer when the Display is initialized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@displaytest
Patch Set: displayinit: . Created 4 years, 4 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 | « cc/surfaces/display.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/pixel_test.h
diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
index 4f9eb6eb1db268bbedb2f9a8908b8d2a71b9ee2d..be32c6075d94d2632dfa7758c42f804f94fd6d2f 100644
--- a/cc/test/pixel_test.h
+++ b/cc/test/pixel_test.h
@@ -25,7 +25,7 @@ class SoftwareRenderer;
class TestGpuMemoryBufferManager;
class TestSharedBitmapManager;
-class PixelTest : public testing::Test, RendererClient {
+class PixelTest : public testing::Test, public RendererClient {
protected:
PixelTest();
~PixelTest() override;
« no previous file with comments | « cc/surfaces/display.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698