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

Unified Diff: ui/compositor/reflector.h

Issue 1108713004: OffscreenBrowserCompositorOutputSurface for Unified Desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac build 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 | « content/content_browser.gypi ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/reflector.h
diff --git a/ui/compositor/reflector.h b/ui/compositor/reflector.h
index d449671d23fe4c4d2efa32b819fe09ea61e9e79e..7c9495e66766561f26767bc097145ba28be10437 100644
--- a/ui/compositor/reflector.h
+++ b/ui/compositor/reflector.h
@@ -8,11 +8,14 @@
#include "ui/compositor/compositor_export.h"
namespace ui {
+class Layer;
class COMPOSITOR_EXPORT Reflector {
public:
virtual ~Reflector();
virtual void OnMirroringCompositorResized() = 0;
+ virtual void AddMirroringLayer(Layer* layer) = 0;
+ virtual void RemoveMirroringLayer(Layer* layer) = 0;
};
} // namespace ui
« no previous file with comments | « content/content_browser.gypi ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698