 Chromium Code Reviews
 Chromium Code Reviews Issue 951303003:
  Added basic client hints support.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 951303003:
  Added basic client hints support.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: Source/core/frame/FrameView.h | 
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h | 
| index ddda79956886827b54914f5e4b2ef74059285125..d2caac1b2d11a336016d3a6a1dd3408e2bba65f0 100644 | 
| --- a/Source/core/frame/FrameView.h | 
| +++ b/Source/core/frame/FrameView.h | 
| @@ -549,6 +549,8 @@ public: | 
| void lineLayoutTime(double ms); | 
| + int viewportWidth() const; | 
| + | 
| protected: | 
| // Scroll the content via the compositor. | 
| bool scrollContentsFastPath(const IntSize& scrollDelta); |