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

Unified Diff: ui/compositor/paint_context.cc

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 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 | « ui/compositor/paint_context.h ('k') | ui/compositor/paint_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/paint_context.cc
diff --git a/ui/compositor/paint_context.cc b/ui/compositor/paint_context.cc
index f13db93359201a521b86f44a4ea11b3363b8b15e..54a583d3ea1c1e9e583b5ca5a40aca00f47efa4e 100644
--- a/ui/compositor/paint_context.cc
+++ b/ui/compositor/paint_context.cc
@@ -4,7 +4,6 @@
#include "ui/compositor/paint_context.h"
-#include "third_party/skia/include/core/SkPictureRecorder.h"
#include "ui/gfx/canvas.h"
namespace ui {
@@ -13,7 +12,7 @@ PaintContext::PaintContext(cc::DisplayItemList* list,
float device_scale_factor,
const gfx::Rect& invalidation)
: list_(list),
- owned_recorder_(new SkPictureRecorder),
+ owned_recorder_(new cc::PaintRecorder),
recorder_(owned_recorder_.get()),
device_scale_factor_(device_scale_factor),
invalidation_(invalidation) {
« no previous file with comments | « ui/compositor/paint_context.h ('k') | ui/compositor/paint_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698