| Index: Source/WebKit/chromium/src/ViewportAnchor.h
|
| diff --git a/Source/WebKit/chromium/src/ViewportAnchor.h b/Source/WebKit/chromium/src/ViewportAnchor.h
|
| index ade2ce35e9ee54bef27d729d98b3c7b551f762b9..5cbc120c566a6939b848484aac53dbf11fe8aef0 100644
|
| --- a/Source/WebKit/chromium/src/ViewportAnchor.h
|
| +++ b/Source/WebKit/chromium/src/ViewportAnchor.h
|
| @@ -52,7 +52,6 @@ namespace WebKit {
|
| // node; as the node moves or the view is resized, the viewport anchor maintains
|
| // its orientation relative to the node, and the viewport origin maintains its
|
| // orientation relative to the anchor.
|
| -#if ENABLE(VIEWPORT)
|
| class ViewportAnchor {
|
| WTF_MAKE_NONCOPYABLE(ViewportAnchor);
|
| public:
|
| @@ -73,7 +72,6 @@ private:
|
| WebCore::FloatSize m_anchorInViewCoords;
|
| WebCore::FloatSize m_anchorInNodeCoords;
|
| };
|
| -#endif // ENABLE(VIEWPORT)
|
|
|
| } // namespace WebKit
|
|
|
|
|