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

Unified Diff: services/ui/ws/frame_generator.h

Issue 2099893002: Mus: Fixes rendering of transparent containers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix namespace comments Created 4 years, 5 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 | « services/ui/ws/BUILD.gn ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator.h
diff --git a/services/ui/ws/frame_generator.h b/services/ui/ws/frame_generator.h
index c23e3b7da545bb938499dd5e49fa1b371db65f31..1872f1a5ed546e43df98e049585d54bda30659eb 100644
--- a/services/ui/ws/frame_generator.h
+++ b/services/ui/ws/frame_generator.h
@@ -27,6 +27,10 @@ class SurfacesState;
namespace ws {
+namespace test {
+class FrameGeneratorTest;
+}
+
class FrameGeneratorDelegate;
class ServerWindow;
@@ -48,6 +52,8 @@ class FrameGenerator {
bool is_frame_pending() { return frame_pending_; }
private:
+ friend class ui::ws::test::FrameGeneratorTest;
+
void WantToDraw();
// This method initiates a top level redraw of the display.
« no previous file with comments | « services/ui/ws/BUILD.gn ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698