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

Unified Diff: Source/core/frame/LocalFrame.cpp

Issue 951303003: Added basic client hints support. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/LocalFrame.cpp
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
index efa8c40b47e6976d713c068dc4dd96e86d694749..a7186a7a6302045fb479fc160748ba4e6c178498 100644
--- a/Source/core/frame/LocalFrame.cpp
+++ b/Source/core/frame/LocalFrame.cpp
@@ -828,6 +828,8 @@ inline LocalFrame::LocalFrame(FrameLoaderClient* client, FrameHost* host, FrameO
, m_textZoomFactor(parentTextZoomFactor(this))
, m_inViewSourceMode(false)
, m_instrumentingAgents(host->instrumentingAgents())
+ , m_shouldSendDPRHint(false)
+ , m_shouldSendRWHint(false)
{
}

Powered by Google App Engine
This is Rietveld 408576698