~abreu-alexandre/oxide/vibrate

« back to all changes in this revision

Viewing changes to shared/renderer/media/oxide_web_media_player.cc

  • Committer: Alexandre Abreu
  • Date: 2016-02-01 20:17:09 UTC
  • mfrom: (1272.4.2 vibrate)
  • Revision ID: alexandre.abreu@canonical.com-20160201201709-opshbr8b12s1gw9r
VibrationĀ APIĀ support

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#include "ui/gfx/image/image.h"
50
50
// #include "webkit/renderer/compositor_bindings/web_layer_impl.h"
51
51
 
52
 
static const uint32 kGLTextureExternalOES = 0x8D65;
 
52
static const uint32_t kGLTextureExternalOES = 0x8D65;
53
53
 
54
54
using blink::WebMediaPlayer;
55
55
using blink::WebSize;