Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: ui/aura/root_window_host_x11.h

Issue 22846004: Merge 216933 "aura: Fix crash in RootWindowHostX11::GetXImage()." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/aura/root_window_host_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_host_x11.h
===================================================================
--- ui/aura/root_window_host_x11.h (revision 217073)
+++ ui/aura/root_window_host_x11.h (working copy)
@@ -96,10 +96,6 @@
// dispatches the event to RootWindowHostDelegate.
void TranslateAndDispatchMouseEvent(ui::MouseEvent* event);
- // Copies and returns |snapshot_bounds| from |xwindow_|. Helper method for
- // CopyAreaToSkCanvas() and GrabSnapshot().
- scoped_ptr<ui::XScopedImage> GetXImage(const gfx::Rect& snapshot_bounds);
-
// Update is_internal_display_ based on delegate_ state
void UpdateIsInternalDisplay();
« no previous file with comments | « no previous file | ui/aura/root_window_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698