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

Unified Diff: Source/core/html/HTMLMetaElement.h

Issue 268453003: Update viewport trigger for GPU rasterization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/dom/ViewportDescription.h ('k') | Source/core/html/HTMLMetaElement-in.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMetaElement.h
diff --git a/Source/core/html/HTMLMetaElement.h b/Source/core/html/HTMLMetaElement.h
index d7a143801ced3848454a1b9973c0898ceaf5ef06..11490c7a4366a64f072ea2aad700b53fa813fca8 100644
--- a/Source/core/html/HTMLMetaElement.h
+++ b/Source/core/html/HTMLMetaElement.h
@@ -57,8 +57,8 @@ private:
float parsePositiveNumber(const String& key, const String& value, bool* ok = 0);
Length parseViewportValueAsLength(const String& key, const String& value);
- float parseViewportValueAsZoom(const String& key, const String& value);
- bool parseViewportValueAsUserZoom(const String& key, const String& value);
+ float parseViewportValueAsZoom(const String& key, const String& value, bool& computedValueMatchesParsedValue);
+ bool parseViewportValueAsUserZoom(const String& key, const String& value, bool& computedValueMatchesParsedValue);
float parseViewportValueAsDPI(const String& key, const String& value);
void reportViewportWarning(ViewportErrorCode, const String& replacement1, const String& replacement2);
« no previous file with comments | « Source/core/dom/ViewportDescription.h ('k') | Source/core/html/HTMLMetaElement-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698