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

Unified Diff: trunk/src/content/browser/renderer_host/render_process_host_impl.h

Issue 387863004: Revert 281866 "Mac ÜC: Make resize smooth" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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
Index: trunk/src/content/browser/renderer_host/render_process_host_impl.h
===================================================================
--- trunk/src/content/browser/renderer_host/render_process_host_impl.h (revision 282673)
+++ trunk/src/content/browser/renderer_host/render_process_host_impl.h (working copy)
@@ -295,11 +295,9 @@
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size);
void OnCloseACK(int old_route_id);
-#if defined(OS_MACOSX)
// CompositorSurfaceBuffersSwapped handler when there's no RWH.
void OnCompositorSurfaceBuffersSwappedNoHost(
const ViewHostMsg_CompositorSurfaceBuffersSwapped_Params& params);
-#endif
// Generates a command line to be used to spawn a renderer and appends the
// results to |*command_line|.
« no previous file with comments | « trunk/src/content/browser/gpu/gpu_process_host.cc ('k') | trunk/src/content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698