diff options
Diffstat (limited to 'Source/WebKit/chromium/src/NonCompositedContentHost.h')
| -rw-r--r-- | Source/WebKit/chromium/src/NonCompositedContentHost.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/src/NonCompositedContentHost.h b/Source/WebKit/chromium/src/NonCompositedContentHost.h index dd6958108..2ae85b736 100644 --- a/Source/WebKit/chromium/src/NonCompositedContentHost.h +++ b/Source/WebKit/chromium/src/NonCompositedContentHost.h @@ -61,6 +61,8 @@ public: void protectVisibleTileTextures(); WebCore::GraphicsLayer* topLevelRootLayer() const { return m_graphicsLayer.get(); } + void setShowDebugBorders(bool); + protected: explicit NonCompositedContentHost(PassOwnPtr<WebCore::LayerPainterChromium> contentPaint); @@ -78,6 +80,7 @@ private: OwnPtr<WebCore::LayerPainterChromium> m_contentPaint; WebCore::IntSize m_viewportSize; int m_layerAdjustX; + bool m_showDebugBorders; }; } // namespace WebKit |
