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

Unified Diff: services/ui/ws/platform_display_default.cc

Issue 2489003002: Convert mustash use surface references. (Closed)
Patch Set: More fixes for comments. Created 4 years, 1 month 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 | « services/ui/ws/platform_display_default.h ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display_default.cc
diff --git a/services/ui/ws/platform_display_default.cc b/services/ui/ws/platform_display_default.cc
index c807ae8a71b52e9d2d53f1bf9987148c0fde1b0c..6a14cca1cf13455235d18f2115b70bd0ef379998 100644
--- a/services/ui/ws/platform_display_default.cc
+++ b/services/ui/ws/platform_display_default.cc
@@ -125,6 +125,10 @@ gfx::Rect PlatformDisplayDefault::GetBounds() const {
return metrics_.bounds;
}
+FrameGenerator* PlatformDisplayDefault::GetFrameGenerator() {
+ return frame_generator_.get();
+}
+
void PlatformDisplayDefault::OnGpuChannelEstablished(
scoped_refptr<gpu::GpuChannelHost> channel) {
frame_generator_->OnGpuChannelEstablished(channel);
« no previous file with comments | « services/ui/ws/platform_display_default.h ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698