| Index: webkit/glue/webframe_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webframe_impl.cc (revision 11408)
|
| +++ webkit/glue/webframe_impl.cc (working copy)
|
| @@ -1460,8 +1460,6 @@
|
| 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 {
|
|
|