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

Unified Diff: content/browser/android/draw_delegate_impl.h

Issue 10821134: Fix clang error with inlined function on Android. (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 | content/browser/android/draw_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/draw_delegate_impl.h
diff --git a/content/browser/android/draw_delegate_impl.h b/content/browser/android/draw_delegate_impl.h
index c66fb565e2904edc590052169489ba72b66d4008..80c39c9351f3cedeef0984052379135fb0883713 100644
--- a/content/browser/android/draw_delegate_impl.h
+++ b/content/browser/android/draw_delegate_impl.h
@@ -21,7 +21,7 @@ class DrawDelegateImpl : public DrawDelegate {
// DrawDelegate implementation.
virtual void SetUpdateCallback(
const SurfaceUpdatedCallback& callback) OVERRIDE;
- virtual void SetBounds(const gfx::Size& size) OVERRIDE { size_ = size; }
+ virtual void SetBounds(const gfx::Size& size) OVERRIDE;
void SetDrawSurface(gfx::GLSurfaceHandle handle) { handle_ = handle; }
void OnSurfaceUpdated(uint64 texture, RenderWidgetHostView* view,
« no previous file with comments | « no previous file | content/browser/android/draw_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698