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

Side by Side Diff: sky/engine/core/page/Chrome.h

Issue 830273006: Delete document marker related invalidation code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/core/loader/EmptyClients.h ('k') | sky/engine/core/page/Chrome.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
4 * Copyright (C) 2012, Samsung Electronics. All rights reserved. 4 * Copyright (C) 2012, Samsung Electronics. All rights reserved.
5 * 5 *
6 * This library is free software; you can redistribute it and/or 6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public 7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either 8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version. 9 * version 2 of the License, or (at your option) any later version.
10 * 10 *
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 bool canTakeFocus(FocusType) const; 70 bool canTakeFocus(FocusType) const;
71 void takeFocus(FocusType) const; 71 void takeFocus(FocusType) const;
72 72
73 void focusedNodeChanged(Node*) const; 73 void focusedNodeChanged(Node*) const;
74 74
75 void show(NavigationPolicy = NavigationPolicyIgnore) const; 75 void show(NavigationPolicy = NavigationPolicyIgnore) const;
76 76
77 void mouseDidMoveOverElement(const HitTestResult&, unsigned modifierFlags); 77 void mouseDidMoveOverElement(const HitTestResult&, unsigned modifierFlags);
78 78
79 void setToolTip(const HitTestResult&);
80
81 void willBeDestroyed(); 79 void willBeDestroyed();
82 80
83 private: 81 private:
84 Chrome(Page*, ChromeClient*); 82 Chrome(Page*, ChromeClient*);
85 83
86 Page* m_page; 84 Page* m_page;
87 ChromeClient* m_client; 85 ChromeClient* m_client;
88 }; 86 };
89 87
90 } 88 }
91 89
92 #endif // SKY_ENGINE_CORE_PAGE_CHROME_H_ 90 #endif // SKY_ENGINE_CORE_PAGE_CHROME_H_
OLDNEW
« no previous file with comments | « sky/engine/core/loader/EmptyClients.h ('k') | sky/engine/core/page/Chrome.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698