Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index 3d5380233102ba5c1d54e9a4ff136cf599fc3bd4..5196af51b7c106f9fa2cebec669ab68aec3cf107 100644 |
| --- a/Source/core/dom/Document.h |
| +++ b/Source/core/dom/Document.h |
| @@ -1039,10 +1039,7 @@ public: |
| void resumeScheduledTasks(); |
| IntSize viewportSize() const; |
| - |
| -#if ENABLE(CSS_DEVICE_ADAPTATION) |
| IntSize initialViewportSize() const; |
| -#endif |
| Prerenderer* prerenderer() { return m_prerenderer.get(); } |