Index: Source/core/frame/PinchViewport.h |
diff --git a/Source/core/frame/PinchViewport.h b/Source/core/frame/PinchViewport.h |
index 2a738a74e2fc1c976fa0661dcdbcbb1b578d54b6..fc6ae2fea5e582366b6278a0d639e34e3e1fac69 100644 |
--- a/Source/core/frame/PinchViewport.h |
+++ b/Source/core/frame/PinchViewport.h |
@@ -80,7 +80,7 @@ |
// coordinates are in partial CSS pixels. |
void setLocation(const FloatPoint&); |
void move(const FloatPoint&); |
- FloatPoint location() const { return m_offset; } |
+ FloatPoint location() const { return m_offset; } // used in unit tests |
// Sets the size of the inner viewport when unscaled in CSS pixels. |
// This will be clamped to the size of the outer viewport (the main frame). |