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

Unified Diff: cc/surfaces/onscreen_display_client.h

Issue 1124273004: Add SurfaceDisplayOutputSurface unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@displayScheduler16
Patch Set: DoesIndrectly -> DoesNotIndirectly Created 5 years, 7 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
Index: cc/surfaces/onscreen_display_client.h
diff --git a/cc/surfaces/onscreen_display_client.h b/cc/surfaces/onscreen_display_client.h
index 3a95abf9482e00ff737fede078f18b0d3ef1ff8a..c042c1b4af301858b7aa6b4700207a223e55ba9c 100644
--- a/cc/surfaces/onscreen_display_client.h
+++ b/cc/surfaces/onscreen_display_client.h
@@ -49,7 +49,7 @@ class CC_SURFACES_EXPORT OnscreenDisplayClient
bool output_surface_lost() { return output_surface_lost_; }
- private:
+ protected:
scoped_ptr<OutputSurface> output_surface_;
scoped_ptr<Display> display_;
scoped_ptr<SyntheticBeginFrameSource> synthetic_begin_frame_source_;

Powered by Google App Engine
This is Rietveld 408576698