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

Unified Diff: ui/aura/root_window_host_x11.h

Issue 22261009: aura: Fix crash in RootWindowHostX11::GetXImage(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: get rid of GetXImage() 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
diff --git a/ui/aura/root_window_host_x11.h b/ui/aura/root_window_host_x11.h
index b3b278854f66b98ab4765f9e21255153a3651a4b..c38002dda07f24e2d6fcc0377c813c10b9727f2c 100644
--- a/ui/aura/root_window_host_x11.h
+++ b/ui/aura/root_window_host_x11.h
@@ -96,10 +96,6 @@ class RootWindowHostX11 : public RootWindowHost,
// 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