chromium/third_party/blink/renderer/core/page/color_page_popup_controller.idl

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// ColorPagePopupController provides functions used by color control popup
// implementation and it's not exposed to the Web. WebPagePopupImpl class
// enables this interface by provideContextFeaturesTo().
[
    LegacyNoInterfaceObject,
    RuntimeEnabled=PagePopup
] interface ColorPagePopupController : PagePopupController {
    void openEyeDropper();
};