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

Side by Side Diff: android_webview/browser/hardware_renderer.h

Issue 715733002: [Android] Show autofill popup after animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | cc/test/fake_layer_tree_host_client.h » ('j') | cc/trees/layer_tree_host.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 ANDROID_WEBVIEW_BROWSER_HARDWARE_RENDERER_H_ 5 #ifndef ANDROID_WEBVIEW_BROWSER_HARDWARE_RENDERER_H_
6 #define ANDROID_WEBVIEW_BROWSER_HARDWARE_RENDERER_H_ 6 #define ANDROID_WEBVIEW_BROWSER_HARDWARE_RENDERER_H_
7 7
8 #include "android_webview/browser/parent_compositor_draw_constraints.h" 8 #include "android_webview/browser/parent_compositor_draw_constraints.h"
9 #include "android_webview/browser/shared_renderer_state.h" 9 #include "android_webview/browser/shared_renderer_state.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 float top_controls_delta) override {} 49 float top_controls_delta) override {}
50 virtual void ApplyViewportDeltas(const gfx::Vector2d& scroll_delta, 50 virtual void ApplyViewportDeltas(const gfx::Vector2d& scroll_delta,
51 float page_scale, 51 float page_scale,
52 float top_controls_delta) override {} 52 float top_controls_delta) override {}
53 virtual void RequestNewOutputSurface(bool fallback) override; 53 virtual void RequestNewOutputSurface(bool fallback) override;
54 virtual void DidInitializeOutputSurface() override {} 54 virtual void DidInitializeOutputSurface() override {}
55 virtual void WillCommit() override {} 55 virtual void WillCommit() override {}
56 virtual void DidCommit() override {} 56 virtual void DidCommit() override {}
57 virtual void DidCommitAndDrawFrame() override {} 57 virtual void DidCommitAndDrawFrame() override {}
58 virtual void DidCompleteSwapBuffers() override {} 58 virtual void DidCompleteSwapBuffers() override {}
59 virtual void DidCompletePageScaleAnimation() override {}
59 60
60 // cc::LayerTreeHostSingleThreadClient overrides. 61 // cc::LayerTreeHostSingleThreadClient overrides.
61 virtual void DidPostSwapBuffers() override {} 62 virtual void DidPostSwapBuffers() override {}
62 virtual void DidAbortSwapBuffers() override {} 63 virtual void DidAbortSwapBuffers() override {}
63 64
64 // cc::DelegatedFrameResourceCollectionClient overrides. 65 // cc::DelegatedFrameResourceCollectionClient overrides.
65 virtual void UnusedResourcesAreAvailable() override; 66 virtual void UnusedResourcesAreAvailable() override;
66 67
67 private: 68 private:
68 void SetFrameData(); 69 void SetFrameData();
(...skipping 30 matching lines...) Expand all
99 ParentOutputSurface* output_surface_; 100 ParentOutputSurface* output_surface_;
100 101
101 ParentCompositorDrawConstraints draw_constraints_; 102 ParentCompositorDrawConstraints draw_constraints_;
102 103
103 DISALLOW_COPY_AND_ASSIGN(HardwareRenderer); 104 DISALLOW_COPY_AND_ASSIGN(HardwareRenderer);
104 }; 105 };
105 106
106 } // namespace android_webview 107 } // namespace android_webview
107 108
108 #endif // ANDROID_WEBVIEW_BROWSER_HARDWARE_RENDERER_H_ 109 #endif // ANDROID_WEBVIEW_BROWSER_HARDWARE_RENDERER_H_
OLDNEW
« no previous file with comments | « no previous file | cc/test/fake_layer_tree_host_client.h » ('j') | cc/trees/layer_tree_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698