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

Unified Diff: cc/picture_record.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: 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
Index: cc/picture_record.cc
diff --git a/cc/renderer.cc b/cc/picture_record.cc
similarity index 57%
copy from cc/renderer.cc
copy to cc/picture_record.cc
index 2dac708d8fd170d3ad52436ae591a895e193656a..f7949bcb441320c21e4011adbba282d4c60d4e5b 100644
--- a/cc/renderer.cc
+++ b/cc/picture_record.cc
@@ -4,18 +4,14 @@
#include "config.h"
-#include "cc/renderer.h"
+#include "cc/picture_record.h"
namespace cc {
-bool Renderer::haveCachedResourcesForRenderPassId(RenderPass::Id) const
-{
- return false;
+PictureRecord::PictureRecord() {
}
-bool Renderer::isContextLost()
-{
- return false;
+PictureRecord::~PictureRecord() {
}
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698