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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h

Issue 1810813002: [TEST] Non-oilpan build test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix #2 only Created 4 years, 9 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
Index: third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
index 9469572665982deda8710780b861e5ad9a467a9d..b2f70539fe0e05d08d4ba0503e597241dfa79f98 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
@@ -38,7 +38,7 @@ public:
GraphicsContext& context() { return *m_context; }
- PassRefPtr<const SkPicture> endRecording()
+ PassRefPtr<SkPicture> endRecording()
{
m_context->beginRecording(m_bounds);
m_paintController->endSkippingCache();

Powered by Google App Engine
This is Rietveld 408576698