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

Unified Diff: Source/WebCore/platform/graphics/GraphicsLayer.h

Issue 9187066: Merge 104782 - Repaint all graphics layers when their renderer offset changes (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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
Index: Source/WebCore/platform/graphics/GraphicsLayer.h
===================================================================
--- Source/WebCore/platform/graphics/GraphicsLayer.h (revision 104853)
+++ Source/WebCore/platform/graphics/GraphicsLayer.h (working copy)
@@ -237,7 +237,7 @@
// Offset is origin of the renderer minus origin of the graphics layer (so either zero or negative).
IntSize offsetFromRenderer() const { return m_offsetFromRenderer; }
- void setOffsetFromRenderer(const IntSize& offset) { m_offsetFromRenderer = offset; }
+ void setOffsetFromRenderer(const IntSize&);
// The position of the layer (the location of its top-left corner in its parent)
const FloatPoint& position() const { return m_position; }

Powered by Google App Engine
This is Rietveld 408576698