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

Unified Diff: cc/resources/picture_pile_impl.cc

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/resources/picture_pile_impl.h ('k') | cc/resources/resource_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_pile_impl.cc
diff --git a/cc/resources/picture_pile_impl.cc b/cc/resources/picture_pile_impl.cc
index 5cd7bd6afc43dbe43f59bc5bb517f3f841fd5a0a..93d84c1ba1dd60cef4657bf5fa8ce9f9efdd0af3 100644
--- a/cc/resources/picture_pile_impl.cc
+++ b/cc/resources/picture_pile_impl.cc
@@ -28,10 +28,6 @@ const bool kDefaultClearCanvasSetting = true;
namespace cc {
-scoped_refptr<PicturePileImpl> PicturePileImpl::Create() {
- return make_scoped_refptr(new PicturePileImpl);
-}
-
scoped_refptr<PicturePileImpl> PicturePileImpl::CreateFromPicturePile(
const PicturePile* other) {
return make_scoped_refptr(new PicturePileImpl(other));
« no previous file with comments | « cc/resources/picture_pile_impl.h ('k') | cc/resources/resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698