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

Unified Diff: Source/core/inspector/InspectorOverlay.h

Issue 25735003: Add text autosizing override in the inspector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix typeo Created 7 years, 2 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 | « no previous file | Source/core/inspector/InspectorOverlayPage.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorOverlay.h
diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h
index 951cbcb92ecd5369ae884effd9bf318c4a2e88c7..f5a9f85ab3cc5edb074b6f79fbae73f4af93ed02 100644
--- a/Source/core/inspector/InspectorOverlay.h
+++ b/Source/core/inspector/InspectorOverlay.h
@@ -113,7 +113,8 @@ public:
GeolocationOverride = 1 << 2,
DeviceOrientationOverride = 1 << 3,
TouchOverride = 1 << 4,
- CSSMediaOverride = 1 << 5
+ CSSMediaOverride = 1 << 5,
+ TextAutosizingOverride = 1 << 6
};
static PassOwnPtr<InspectorOverlay> create(Page* page, InspectorClient* client)
{
« no previous file with comments | « no previous file | Source/core/inspector/InspectorOverlayPage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698