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

Side by Side Diff: chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h

Issue 18009003: Instant Extended: Delete unused overlay code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_DELEGATE_H_
6 #define CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_DELEGATE_H_ 6 #define CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_DELEGATE_H_
7 7
8 #import <Cocoa/Cocoa.h> 8 #import <Cocoa/Cocoa.h>
9 9
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 - (id)initWithRenderWidgetHost:(content::RenderWidgetHost*)renderWidgetHost; 52 - (id)initWithRenderWidgetHost:(content::RenderWidgetHost*)renderWidgetHost;
53 53
54 - (void)viewGone:(NSView*)view; 54 - (void)viewGone:(NSView*)view;
55 - (BOOL)handleEvent:(NSEvent*)event; 55 - (BOOL)handleEvent:(NSEvent*)event;
56 - (void)gotUnhandledWheelEvent; 56 - (void)gotUnhandledWheelEvent;
57 - (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right; 57 - (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right;
58 - (void)setHasHorizontalScrollbar:(BOOL)hasHorizontalScrollbar; 58 - (void)setHasHorizontalScrollbar:(BOOL)hasHorizontalScrollbar;
59 - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item 59 - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item
60 isValidItem:(BOOL*)valid; 60 isValidItem:(BOOL*)valid;
61 - (void)compositingIOSurfaceCreated;
62 61
63 @end 62 @end
64 63
65 #endif // CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_DELEGATE_ H_ 64 #endif // CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_DELEGATE_ H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698