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

Unified Diff: Source/core/frame/FrameView.h

Issue 203463007: Recompute overflow after transform changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests had been missing Created 6 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: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 8f0d21a4dbf330997f6b51b59573564216140802..8533ae86717d305a9fd0ef2b4e06d3991405683d 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -113,6 +113,7 @@ public:
bool needsFullRepaint() const { return m_doFullRepaint; }
+ void recalcOverflowAfterStyleChange();
void updateCompositingLayersAfterStyleChange();
void updateCompositingLayersAfterLayout();

Powered by Google App Engine
This is Rietveld 408576698