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

Unified Diff: cc/paint/paint_surface.h

Issue 2743363006: Clean up cc/paint interfaces (Closed)
Patch Set: Fix PaintControllerTest v2 Created 3 years, 9 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/paint/paint_shader.h ('k') | cc/paint/skia_paint_canvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/paint_surface.h
diff --git a/cc/paint/paint_surface.h b/cc/paint/paint_surface.h
index 5e56ed1f94c8ec212a0444a1812881ff6fcf4941..67013ec9b12c79e75e453dc4e5d9f72f5c5f415e 100644
--- a/cc/paint/paint_surface.h
+++ b/cc/paint/paint_surface.h
@@ -39,7 +39,6 @@ class CC_PAINT_EXPORT PaintSurface : public SkRefCntBase {
int width() const { return surface_->width(); }
int height() const { return surface_->height(); }
- uint32_t generationID() { return surface_->generationID(); }
PaintCanvas* getCanvas() {
if (!canvas_.has_value())
« no previous file with comments | « cc/paint/paint_shader.h ('k') | cc/paint/skia_paint_canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698