| Index: Source/WebKit/chromium/public/WebFrame.h
|
| diff --git a/Source/WebKit/chromium/public/WebFrame.h b/Source/WebKit/chromium/public/WebFrame.h
|
| index 0f7d467cd67bfb4fba912e8e6e77c041b8b9a31e..4336fa369eaa78094df71dc8c8cd4b9e0fdc0c35 100644
|
| --- a/Source/WebKit/chromium/public/WebFrame.h
|
| +++ b/Source/WebKit/chromium/public/WebFrame.h
|
| @@ -160,7 +160,7 @@ public:
|
| // The minimum and maxium scroll positions in pixels.
|
| virtual WebSize minimumScrollOffset() const = 0;
|
| virtual WebSize maximumScrollOffset() const = 0;
|
| -
|
| +
|
| // The size of the contents area.
|
| virtual WebSize contentsSize() const = 0;
|
|
|
|
|