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

Unified Diff: cc/output/output_surface.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
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index 27e59139936bb17d307ff00adb6239989d4d78f1..9054272b746120c777c7be1929f1ad083bf02b44 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -119,7 +119,6 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
float scale_factor,
const gfx::ColorSpace& color_space,
bool alpha);
- gfx::Size SurfaceSize() const { return surface_size_; }
virtual bool HasExternalStencilTest() const = 0;
virtual void ApplyExternalStencil() = 0;
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698