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

Unified Diff: cc/picture.cc

Issue 12096098: [cc] Add stub for IsCheapInRect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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/picture.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture.cc
diff --git a/cc/picture.cc b/cc/picture.cc
index c850fd8e3e954c7f75068a7e383c557c1dbf092b..1407f55dc4a1eb5ee470f302f155666abbec5b37 100644
--- a/cc/picture.cc
+++ b/cc/picture.cc
@@ -108,6 +108,10 @@ void Picture::Raster(
canvas->restore();
}
+bool Picture::IsCheapInRect(const gfx::Rect& layer_rect) {
+ return false;
+}
+
void Picture::GatherPixelRefs(const gfx::Rect& layer_rect,
std::list<skia::LazyPixelRef*>& pixel_ref_list) {
DCHECK(picture_);
« no previous file with comments | « cc/picture.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698