summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.cc
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 00:54:45 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 00:54:45 +0000
commit0b0fe3b6803ba1ed2d6b565474d93ccec34fedb9 (patch)
tree1015ff7e32d5dff28d103a89c9f9224bd2c0254a /webkit/glue/webframe_impl.cc
parent74c8b421637393234e24b227929b89eba0883e76 (diff)
downloadchromium_src-0b0fe3b6803ba1ed2d6b565474d93ccec34fedb9.zip
chromium_src-0b0fe3b6803ba1ed2d6b565474d93ccec34fedb9.tar.gz
chromium_src-0b0fe3b6803ba1ed2d6b565474d93ccec34fedb9.tar.bz2
Reverting 11396.
failing layout tests on linux Review URL: http://codereview.chromium.org/43058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe_impl.cc')
-rw-r--r--webkit/glue/webframe_impl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webframe_impl.cc b/webkit/glue/webframe_impl.cc
index 9c09696..bf4fb03 100644
--- a/webkit/glue/webframe_impl.cc
+++ b/webkit/glue/webframe_impl.cc
@@ -1460,8 +1460,6 @@ void WebFrameImpl::Paint(skia::PlatformCanvas* canvas, const gfx::Rect& rect) {
GraphicsContext gc(reinterpret_cast<PlatformGraphicsContext*>(&context));
#endif
if (frame_->document() && frameview()) {
- // TODO(eroman): See http://crbug.com/8630
- // gc.clip(dirty_rect);
frameview()->paint(&gc, dirty_rect);
frame_->page()->inspectorController()->drawNodeHighlight(gc);
} else {