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

Unified Diff: cc/paint/skia_paint_canvas.cc

Issue 2823253004: Remove PaintCanvas::getBaseLayerSize. (Closed)
Patch Set: baselayersize: . Created 3 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 | « cc/paint/skia_paint_canvas.h ('k') | third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/skia_paint_canvas.cc
diff --git a/cc/paint/skia_paint_canvas.cc b/cc/paint/skia_paint_canvas.cc
index e29d8163c05fe60a4b2ce36ef1105308b0b8e91d..50341077e614444fd8588b23ef7db06628fb5411 100644
--- a/cc/paint/skia_paint_canvas.cc
+++ b/cc/paint/skia_paint_canvas.cc
@@ -38,10 +38,6 @@ void SkiaPaintCanvas::flush() {
canvas_->flush();
}
-SkISize SkiaPaintCanvas::getBaseLayerSize() const {
- return canvas_->getBaseLayerSize();
-}
-
bool SkiaPaintCanvas::writePixels(const SkImageInfo& info,
const void* pixels,
size_t row_bytes,
« no previous file with comments | « cc/paint/skia_paint_canvas.h ('k') | third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698