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

Unified Diff: Source/core/dom/TreeScope.h

Issue 82083002: Move viewport unit resolution to style recalc time (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased :\ Created 7 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/dom/TreeScope.h
diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h
index 731343aae51e6f5eccd8e99e4ee6f2543ccfd01e..ddb35207c0fbdf004eaddda062f5eff76c415648 100644
--- a/Source/core/dom/TreeScope.h
+++ b/Source/core/dom/TreeScope.h
@@ -140,6 +140,8 @@ protected:
bool hasGuardRefCount() const { return m_guardRefCount; }
+ void setNeedsStyleRecalcForViewportUnits();
+
private:
TreeScope();

Powered by Google App Engine
This is Rietveld 408576698