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

Unified Diff: Source/core/paint/RenderDrawingRecorder.h

Issue 800553002: Disable drawing recorder cache for carets (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleanup Created 6 years 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: Source/core/paint/RenderDrawingRecorder.h
diff --git a/Source/core/paint/RenderDrawingRecorder.h b/Source/core/paint/RenderDrawingRecorder.h
index 5acd0fd08bfaa61c9846311ea8fe08e4c25a186d..fc07756789ea9d7636b9bcdd84afd0e920e6e4da 100644
--- a/Source/core/paint/RenderDrawingRecorder.h
+++ b/Source/core/paint/RenderDrawingRecorder.h
@@ -17,7 +17,7 @@ class RenderObject;
class RenderDrawingRecorder {
public:
- explicit RenderDrawingRecorder(GraphicsContext*, const RenderObject*, PaintPhase, const FloatRect&);
+ explicit RenderDrawingRecorder(GraphicsContext*, const RenderObject*, PaintPhase, const FloatRect&, DrawingRecorder::CachePolicy = DrawingRecorder::UseCacheIfAvailable);
~RenderDrawingRecorder();

Powered by Google App Engine
This is Rietveld 408576698