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

Unified Diff: services/ui/surfaces/direct_output_surface_ozone.h

Issue 2392183003: cc: Remove SurfaceSize from OutputSurface. (Closed)
Patch Set: nosurfacesize: ozonethinger Created 4 years, 2 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: services/ui/surfaces/direct_output_surface_ozone.h
diff --git a/services/ui/surfaces/direct_output_surface_ozone.h b/services/ui/surfaces/direct_output_surface_ozone.h
index 89fe2798a191aa8115e689c956175b5fb853f473..d32907bf3258ab6b749f9e6acf5d91e90f90f677 100644
--- a/services/ui/surfaces/direct_output_surface_ozone.h
+++ b/services/ui/surfaces/direct_output_surface_ozone.h
@@ -81,6 +81,9 @@ class DirectOutputSurfaceOzone : public cc::OutputSurface {
std::unique_ptr<display_compositor::BufferQueue> buffer_queue_;
cc::SyntheticBeginFrameSource* const synthetic_begin_frame_source_;
+ gfx::Size reshape_size_;
+ gfx::Size swap_size_;
+
base::WeakPtrFactory<DirectOutputSurfaceOzone> weak_ptr_factory_;
};
« no previous file with comments | « content/browser/compositor/reflector_impl_unittest.cc ('k') | services/ui/surfaces/direct_output_surface_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698