diff options
Diffstat (limited to 'chrome/browser/renderer_host/backing_store.h')
-rw-r--r-- | chrome/browser/renderer_host/backing_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/renderer_host/backing_store.h b/chrome/browser/renderer_host/backing_store.h index 8130498..f8478b7 100644 --- a/chrome/browser/renderer_host/backing_store.h +++ b/chrome/browser/renderer_host/backing_store.h @@ -72,7 +72,7 @@ class BackingStore { void PaintToRect(const gfx::Rect& dest_rect, CGContextRef target); #elif defined(OS_LINUX) Display* display() const { return display_; } - XID root_window() const { return root_window_; }; + XID root_window() const { return root_window_; } // Copy from the server-side backing store to the target window // display: the display of the backing store and target window |