~zaspire/oxide/push-messaging

« back to all changes in this revision

Viewing changes to shared/browser/compositor/oxide_compositor.cc

  • Committer: Chris Coulson
  • Date: 2015-06-06 07:54:28 UTC
  • mfrom: (640.1.295 canary)
  • Revision ID: chris.coulson@canonical.com-20150606075428-j66022f5fhyjntf1
Bump Chromium rev to 45.0.2421.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
    const gfx::Vector2dF& elastic_overscroll_delta,
169
169
    float page_scale,
170
170
    float top_controls_delta) {}
171
 
void Compositor::ApplyViewportDeltas(const gfx::Vector2d& scroll_delta,
172
 
                                     float page_scale,
173
 
                                     float top_controls_delta) {}
174
171
 
175
172
void Compositor::RequestNewOutputSurface() {
176
173
  scoped_ptr<cc::OutputSurface> surface(CreateOutputSurface());
232
229
    cc::LayerTreeSettings settings;
233
230
    settings.renderer_settings.allow_antialiasing = false;
234
231
    settings.use_external_begin_frame_source = false;
235
 
    settings.throttle_frame_production = true;
236
232
 
237
233
    cc::LayerTreeHost::InitParams params;
238
234
    params.client = this;