blob: 20c9038aa3e84c8b9c01cfdcf8875a557e322a51 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
callback interface ResizeObserverCallback {
void handleEvent(sequence<ResizeObserverEntry> entries, ResizeObserver observer);
};