diff options
author | raymes <raymes@chromium.org> | 2014-09-09 17:52:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-10 01:01:59 +0000 |
commit | d719be84fe50994a310ccaa7d1f6cb9382e4bb42 (patch) | |
tree | 34cd19afff9dcd0ce3bce1c057dac27cb7851d0b /ppapi/api | |
parent | f4680290857fdc78eb9ff79305aead08b29d56ca (diff) | |
download | chromium_src-d719be84fe50994a310ccaa7d1f6cb9382e4bb42.zip chromium_src-d719be84fe50994a310ccaa7d1f6cb9382e4bb42.tar.gz chromium_src-d719be84fe50994a310ccaa7d1f6cb9382e4bb42.tar.bz2 |
Stabilize PPB_View.GetScrollOffset
The dev marker is removed, making this a stable pepper API.
The context around this decision can be found here:
https://groups.google.com/a/chromium.org/forum/#!topic/pepper-dev/Dw-UGrTuYuI
Review URL: https://codereview.chromium.org/547523002
Cr-Commit-Position: refs/heads/master@{#294056}
Diffstat (limited to 'ppapi/api')
-rw-r--r-- | ppapi/api/ppb_view.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/api/ppb_view.idl b/ppapi/api/ppb_view.idl index e0e0cce..6a87863 100644 --- a/ppapi/api/ppb_view.idl +++ b/ppapi/api/ppb_view.idl @@ -13,7 +13,7 @@ label Chrome { M18 = 1.0, M28 = 1.1, - [channel=dev] M37 = 1.2 + M37 = 1.2 }; /** |