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

Unified Diff: cc/test/fake_scrollbar.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 | « cc/test/fake_scrollbar.h ('k') | cc/test/skia_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_scrollbar.cc
diff --git a/cc/test/fake_scrollbar.cc b/cc/test/fake_scrollbar.cc
index 58a04517cddf0a4971777bc96198af6344c33624..e27656370cf767606625899cc8da98681a88daba 100644
--- a/cc/test/fake_scrollbar.cc
+++ b/cc/test/fake_scrollbar.cc
@@ -4,7 +4,6 @@
#include "cc/test/fake_scrollbar.h"
-#include "third_party/skia/include/core/SkCanvas.h"
#include "ui/gfx/skia_util.h"
namespace cc {
@@ -71,9 +70,9 @@ bool FakeScrollbar::NeedsPaintPart(ScrollbarPart part) const {
return needs_paint_track_;
}
-void FakeScrollbar::PaintPart(SkCanvas* canvas,
- ScrollbarPart part,
- const gfx::Rect& content_rect) {
+void FakeScrollbar::PaintPart(PaintCanvas* canvas,
+ ScrollbarPart part,
+ const gfx::Rect& content_rect) {
if (!paint_)
return;
« no previous file with comments | « cc/test/fake_scrollbar.h ('k') | cc/test/skia_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698