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

Unified Diff: cc/layers/content_layer_client.h

Issue 1409713002: cc: Remove cc::ContentLayerClient::PaintContents(SkCanvas*, ...). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore comment Created 5 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/blink/web_content_layer_impl.cc ('k') | cc/layers/picture_image_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/content_layer_client.h
diff --git a/cc/layers/content_layer_client.h b/cc/layers/content_layer_client.h
index deb9d619e32ccad27e1d387b0327c8f9a59bf69d..d56ab6e2c8e8940d8d0e28c96592caf55a33f88b 100644
--- a/cc/layers/content_layer_client.h
+++ b/cc/layers/content_layer_client.h
@@ -8,8 +8,6 @@
#include "cc/base/cc_export.h"
#include "cc/playback/display_item_list.h"
-class SkCanvas;
-
namespace gfx {
class Rect;
}
@@ -25,10 +23,6 @@ class CC_EXPORT ContentLayerClient {
DISPLAY_LIST_PAINTING_DISABLED
};
- virtual void PaintContents(SkCanvas* canvas,
- const gfx::Rect& clip,
- PaintingControlSetting painting_status) = 0;
-
virtual scoped_refptr<DisplayItemList> PaintContentsToDisplayList(
const gfx::Rect& clip,
PaintingControlSetting painting_status) = 0;
« no previous file with comments | « cc/blink/web_content_layer_impl.cc ('k') | cc/layers/picture_image_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698