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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.h

Issue 10816020: mac: Components build fix after r147843 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_mac.h
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
index 699f6d8fb615ad202e96599ff6bc147133400f21..4cc941d783aa1421c67c74ada0770deeb8444e25 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.h
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h
@@ -335,8 +335,9 @@ class RenderWidgetHostViewMac : public RenderWidgetHostViewBase {
// Returns true and stores first rectangle for character range if the
// requested |range| is already cached, otherwise returns false.
- bool GetCachedFirstRectForCharacterRange(NSRange range, NSRect* rect,
- NSRange* actual_range);
+ // Exposed for testing.
+ CONTENT_EXPORT bool GetCachedFirstRectForCharacterRange(
+ NSRange range, NSRect* rect, NSRange* actual_range);
// Returns true if there is line break in |range| and stores line breaking
// point to |line_breaking_point|. The |line_break_point| is valid only if
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698