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

Unified Diff: cc/picture.cc

Issue 11265046: cc: Add some impl-side painting stub classes and APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nduca bikesheddery Created 8 years, 1 month 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') | cc/picture_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture.cc
diff --git a/cc/renderer.cc b/cc/picture.cc
similarity index 57%
copy from cc/renderer.cc
copy to cc/picture.cc
index 2dac708d8fd170d3ad52436ae591a895e193656a..3fac26e5839a1c53b4ffbf1af8b456aad95c7632 100644
--- a/cc/renderer.cc
+++ b/cc/picture.cc
@@ -4,18 +4,14 @@
#include "config.h"
-#include "cc/renderer.h"
+#include "cc/picture.h"
namespace cc {
-bool Renderer::haveCachedResourcesForRenderPassId(RenderPass::Id) const
-{
- return false;
+Picture::Picture() {
}
-bool Renderer::isContextLost()
-{
- return false;
+Picture::~Picture() {
}
} // namespace cc
« no previous file with comments | « cc/picture.h ('k') | cc/picture_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698