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

Unified Diff: Source/platform/graphics/DisplayList.h

Issue 541913002: Create a GraphicsContext from a DisplayList. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@display-list-changes
Patch Set: Rebased. Created 6 years, 3 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 | « Source/core/rendering/svg/RenderSVGResourceFilter.cpp ('k') | Source/platform/graphics/GraphicsContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/DisplayList.h
diff --git a/Source/platform/graphics/DisplayList.h b/Source/platform/graphics/DisplayList.h
index a4a9d68912491dd007fce3ff51745beaaa503ddd..7474a95d8903764b7024e5ad678d85d9b21051dc 100644
--- a/Source/platform/graphics/DisplayList.h
+++ b/Source/platform/graphics/DisplayList.h
@@ -56,8 +56,8 @@ public:
const FloatRect& bounds() const { return m_bounds; }
- // This entry point will return 0 when the DisplayList is in the
- // midst of recording (i.e., between a beginRecording/endRecording pair)
+ // This entry point will return 0 when the DisplayList is in the midst of
+ // recording (i.e., between a GraphicsContext beginRecording/endRecording pair)
// and if no recording has ever been completed. Otherwise it will return
// the picture created by the last endRecording call.
SkPicture* picture() const { return m_picture.get(); }
« no previous file with comments | « Source/core/rendering/svg/RenderSVGResourceFilter.cpp ('k') | Source/platform/graphics/GraphicsContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698