diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 05:38:46 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 05:38:46 +0000 |
commit | 0e0126401261fee4d69237b489f672e933bcfb71 (patch) | |
tree | 47665b1871516b8e2466cf7084af47307ce44add /webkit/port/page | |
parent | 64d7a42850c7b5fd2890f436573ebec5b9ce949e (diff) | |
download | chromium_src-0e0126401261fee4d69237b489f672e933bcfb71.zip chromium_src-0e0126401261fee4d69237b489f672e933bcfb71.tar.gz chromium_src-0e0126401261fee4d69237b489f672e933bcfb71.tar.bz2 |
Start compiling a bunch of *Chromium.cpp files in our port on
linux. More will come once we stop using PLATFORM_GTK_.
Review URL: http://codereview.chromium.org/7606
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port/page')
-rw-r--r-- | webkit/port/page/chromium/FrameChromium.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/port/page/chromium/FrameChromium.cpp b/webkit/port/page/chromium/FrameChromium.cpp index 991401e..eb0912b 100644 --- a/webkit/port/page/chromium/FrameChromium.cpp +++ b/webkit/port/page/chromium/FrameChromium.cpp @@ -78,7 +78,6 @@ void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float head float currPageHeight = pageHeight / userScaleFactor; float docHeight = root->layer()->height(); - float docWidth = root->layer()->width(); float currPageWidth = pageWidth / userScaleFactor; |