 Chromium Code Reviews
 Chromium Code Reviews Issue 1330633003:
  Intersection Observer first draft 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 1330633003:
  Intersection Observer first draft 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: Source/core/dom/IntersectionObserverInit.idl | 
| diff --git a/Source/modules/notifications/GetNotificationOptions.idl b/Source/core/dom/IntersectionObserverInit.idl | 
| similarity index 56% | 
| copy from Source/modules/notifications/GetNotificationOptions.idl | 
| copy to Source/core/dom/IntersectionObserverInit.idl | 
| index 7ed11aaa37b4cbfe28ddabed476bd21526da63af..392bedd04d7643bfd343c41324eb0b183b87e49d 100644 | 
| --- a/Source/modules/notifications/GetNotificationOptions.idl | 
| +++ b/Source/core/dom/IntersectionObserverInit.idl | 
| @@ -2,8 +2,8 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
| -// https://notifications.spec.whatwg.org/#service-worker-api | 
| +// Spec: http://dom.spec.whatwg.org/#idl-def-IntersectionObserverInit | 
| 
ojan
2015/09/21 03:49:09
This URL isn't right.
 | 
| -dictionary GetNotificationOptions { | 
| - DOMString tag = ""; | 
| +dictionary IntersectionObserverInit { | 
| + Element? viewport; | 
| }; |